;;; QQ: 67762207
[@Main]
#IF
#ACT
goto @TalkToQuest

[@TalkToQuest]
#IF
check [110] 1
check [111] 0

#SAY
_ On the task of <dialogue./@AreaQuest10_NPC5Check> \

#ACT
Mov D0 1

#IF
Equal D0 1

#SAY
_<Close/@exit>


#IF
Equal D0 0
#ACT
goto @NoQuest_Say

[@NoQuest_Say]
#IF
#SAY
_With the words you do not have to tell ... ... \ \
_<Close/@exit>


[@AreaQuest10_NPC5Check]
#CALL [AreaQuest\ChoboGuide10\ChoboGuide10.txt] @Area10_NPC5

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207